home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000226_Petri_member@newsguy.com_Tue Apr 20 09:12:13 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newspump.monmouth.com!newspeer.monmouth.com!HSNX.atgi.net!cyclone-sf.pbi.net!129.250.175.17!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn
  2. From: Petri <Petri_member@newsguy.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Running kermit from within glftpd
  5. Date: 20 Apr 2004 02:00:03 -0700
  6. Organization: Newsguy News Service [http://newsguy.com]
  7. Lines: 34
  8. Message-ID: <c62oqj0g6e@drn.newsguy.com>
  9. References: <c61fv402ovm@drn.newsguy.com> <m1y8or8iss.gnus@usa.net>
  10. NNTP-Posting-Host: p-857.newsdawg.com
  11. X-Newsreader: Direct Read News 4.20
  12. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14941
  13.  
  14. In article <m1y8or8iss.gnus@usa.net>, those who know me have no need of my name
  15. says...
  16. >> glftpd changes root into its' own folder, which means I have to copy
  17. >> some dependencies.
  18.  
  19. > use ldd on kermit, then on each of the files it names, and continue
  20. > to do so until you've tested everything that would be used.
  21. > copy all those files into your jail.
  22.  
  23. Great, it works sort of like depends.exe on Windows.
  24. Thanks for the tip, I'll remember this useful little tool!
  25.  
  26. The output list is fairly long, and the file it complains about at runtime is
  27. not even listed, so I suspect there are dependencies among the libraries too.
  28.  
  29. >> Is it possible to build Kermit with OpenSSL, but without Kerberos?
  30.  
  31. > only if openssl is built without kerberos dependencies, which is not
  32. > the case on redhat 9.
  33.  
  34. Ouch.
  35. I'll drop that idea then.
  36.  
  37. > an alternative is building kermit static.
  38. > the makefile doesn't do that by default, so you'd need to alter it.
  39.  
  40. That sounds like a much better option.
  41. I might need to deploy this stuff on a second system, and I would like to skip
  42. this problem altogether there.
  43. Do I dare ask what I need to do?
  44.  
  45.  
  46. Petri
  47.